home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 10273 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.6 KB

  1. Path: risc.sps.mot.com!not-for-mail
  2. From: moss@risc.sps.mot.com (Matthew Moss)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: What is Objective C?
  5. Date: 6 Mar 1996 13:23:22 -0600
  6. Organization: Motorola, Inc. -- Austin,TX
  7. Message-ID: <4hkonaINNib2@hood.sps.mot.com>
  8. References: <4h5skk$k2i@news1.halcyon.com>
  9. NNTP-Posting-Host: hood.sps.mot.com
  10.  
  11. In article <4h5skk$k2i@news1.halcyon.com>,
  12.  <danubius@chinook.halcyon.com> wrote:
  13. >Last summer I saw a lot of ads looking for people with "Objective C"
  14. >experience.  I couldn't find anybody among my co-workers who would know
  15. >what this language is about.  Is it some kind of hybrid between C and
  16. >C++?  Is it a specific vendor's product?  Anybody out there familiar with
  17. >it?
  18.  
  19. Objective-C is related to C, but not to C++. The principal source of
  20. information on this language is NeXT, who bought it from Stepstone. Since
  21. NeXT uses a version of the gcc compiler, if you have access to gcc even
  22. without NeXTSTEP/OpenStep, you can experiment with it.
  23.  
  24. C++ is to Simula as Objective-C is to Smalltalk. Obj-C works by sending
  25. "messages" to objects, similar to member functions on C++ objects, except
  26. that C++ is statically typebound and Obj-C is dynamically typebound. The
  27. syntax is simpler with Obj-C, although there are some features of C++ (some
  28. OO and some non-OO) that people miss in Obj-C, such as operator-overloading
  29. and multiple inheritance.
  30.  
  31. I suggest you take a look at the Objective-C FAQ and the NeXT web site,
  32. http://www.next.com/
  33. -- 
  34. Matthew D Moss                                         RISC Software, Motorola
  35. moss@risc.sps.mot.com                              http://www.mot.com/PowerPC/
  36.